home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 54
/
Vol 54.iso
/
games
/
wiggi_wa.swf
/
scripts
/
DefineSprite_314
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-27
|
199 b
|
15 lines
function onEnterFrame()
{
if(ready == true)
{
this._x -= (_X - xPos) / 5;
}
else
{
this._x -= (500 - _X) / 5;
}
}
ready = false;
xPos = _X;
_X = _X - 500;